MUIButtonSetPropertyΒΆ

MUIButtonSetProperty, hWin:MUIWND, Property:MUIPROPERTY, PropertyValue:MUIPROPERTYVALUE

Sets the value of a property in a ModernUI_Button control. See ModernUI_Button Properties for details on the properties available

Parameters

  • [in] hWin - handle to the ModernUI_Button control
  • [in] Property - the property to set. See ModernUI_Button Properties for details on the properties available
  • [in] PropertyValue - the value to set the property to

Return

Returns the previously set value for the property, or NULL otherwise

Example

Invoke MUIButtonSetProperty, hTxt1, @ButtonTextColor, MUI_RGBCOLOR(48,48,48)

See Also

MUIButtonGetProperty, ModernUI_Button Properties